home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / e / mailinglists / amigae.0294feb.archive / 000112_donews!crash!co…sx.ac.uk!robda_Mon, 28 Feb 94 04:43:57 PST.msg < prev    next >
Internet Message Format  |  1994-05-26  |  9KB

  1. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  2.       id <1xqj@bkhouse.cts.com>; Mon, 28 Feb 94 04:43:57 PST
  3. Received: from crash by donews.cts.com with uucp
  4.     (Smail3.1.28.1 #18) id m0pb6gZ-0001o8C; Mon, 28 Feb 94 04:02 PST
  5. Received: from tsunb.ctn.cogs.susx.ac.uk by crash.cts.com with smtp
  6.     (Smail3.1.28.1 #18) id m0pb6fu-0000NUC; Mon, 28 Feb 94 04:02 PST
  7. Received: by tsunb.ctn.cogs.susx.ac.uk (Smail3.1.28.1 #44)
  8.     id m0pb6eZ-0001LLC; Mon, 28 Feb 94 12:00 GMT
  9. Message-Id: <m0pb6eZ-0001LLC@tsunb.ctn.cogs.susx.ac.uk>
  10. Date: Mon, 28 Feb 1994 12:00:47 +0000 (GMT)
  11. In-Reply-To: <01H9DG1XGK708X1SQ5@delphi.com> from "NES@delphi.com" at Feb 27, 94 08:09:14 am
  12. MIME-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 398
  16. From: "Robert Dabell" <robda@cogs.susx.ac.uk>
  17. To: AmigaE@bkhouse.cts.com
  18. Subject: MEDPlayer Library
  19.  
  20. > Robert,  why don't you share your code on using the MED library with
  21. > us?  I think that would help alot of us out....
  22.  
  23. OK then, I'll get it onto the network here tomorrow and post it then.  The
  24. code is just an example of using the library for _standard_ modules (MMD0 or
  25. something like that), a doc file, and the library module, but hopefully
  26. that'll be what you need.
  27.  
  28.  
  29. Later...
  30.         Robert
  31. From donews!crash!westminster.ac.uk!vaald Mon, 28 Feb 94 05:42:18 PST
  32. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  33.       id <1xr4@bkhouse.cts.com>; Mon, 28 Feb 94 05:42:18 PST
  34. Received: from crash by donews.cts.com with uucp
  35.     (Smail3.1.28.1 #18) id m0pb7eK-0001pyC; Mon, 28 Feb 94 05:04 PST
  36. Received: from sun2.nsfnet-relay.ac.uk by crash.cts.com with smtp
  37.     (Smail3.1.28.1 #18) id m0pb7VK-0000GHC; Mon, 28 Feb 94 04:55 PST
  38. Received: (user vaald (rfc1413)) by badger.westminster.ac.uk;
  39.           Mon, 28 Feb 1994 12:46:00 GMT
  40. Via: uk.ac.westminster; Mon, 28 Feb 1994 12:42:51 +0000
  41. Date: Mon, 28 Feb 1994 12:46:00 GMT
  42. Message-Id: <10262.199402281246@newbadger.westminster.ac.uk>
  43. From: vaald@westminster.ac.uk
  44. To: AmigaE@bkhouse.cts.com
  45. Subject: Re: More questons about Gadtools.
  46.  
  47. The amiga is screaming out for standardisation and embellishment. Macs are
  48. easy to use not because they are nice, or good hardware, or even
  49. worthwhile, but because there is logicand consistency and a little FLAIR
  50. to them. When the mac desktop has a programme running, it is ghosted out
  51. on the desktop. When you scroll around a window full of programmes, they
  52. may read off disk slow, but they don`t flicker... THEY SEEM A LOT MORE
  53. _SOLID_ and reliable.
  54.  
  55. Interfaces are nice to use. They will not let you make dumb mistakes,
  56. like choose two incompatible settings simultaneously. This is because
  57. there is a lot more basis on real-world models. An example....
  58.  
  59. Remember MUI? :) Remember the nice little `paged` mode, where you could
  60. select one out of a few pages using a cycle gadget? Now, on release 2
  61. of MUI, Stefan has updated they cycler to use `tabs` like an address book.
  62. The thing is, these two modes of working are NOT THE SAME. Internally,
  63. sure, the difference between the two might just be a single flag (if
  64. that). But to the user, they are quite seperate ways of viewing the
  65. data. I am producing a program where you must pick one of three ways
  66. of defining a colour, so there are three `pages` but each page will
  67. have different gadgets and information, and the user can only select on
  68. page to use. The `tab` gadget, even though MUI uses it like a cycle gadget,
  69. is unsuitable-it gives the impression that all data is simultaneous,
  70. and it is only the editing which can be done page at a time. The cycler
  71. is more suitable here, as it only shows one page at a time, which the user
  72. does not see so much as a choice, but as selection (am I making sense? :)
  73. The gadget says, 'You have picked this mode of operation, and no other...
  74. If you change me, I will cease to be and a different one will take my place`,
  75. whereas the tab-selector says `I am a multi-faceted thing but you can only
  76. see one part of me... If I had the space, all the (incompatible) elements
  77. of me would become simultaneous (and so confusing)`.
  78.  
  79. I really need to be able to sketch and wave my arms about to elaborate
  80. properly :)
  81.  
  82. Getfile gadgets are getfile images. Even if you have not seen it before,
  83. it is square like the file requester, it is a picture of a file, there
  84. is one image in the box as you must pick one file... You get my gist?
  85. There is a lot more working in an image or gadget than you may think.
  86.  
  87. If you really are unsure how to gear something, look deep into how your
  88. program works (page based, message based, interactive, ...), and look
  89. for real-work examples. Stick-it notes, clocks, fuel gauges, fridge magnets,
  90. screens, cables are all real-world solutions to the problem of showing
  91. how things work in the most succinct, economical, accurate, and logical
  92. way. Good software will integrate such devices into their user interface.
  93. Great software will _make_ you want to try re-wiring it or slapping notes
  94. all over it or pushing things about and re-arranging it. I can have
  95. hours of fun with MUI_Prefs and the world-time gadget on the locale prefs
  96. is wonderful! Not only do I give it input, but it responds, showing me
  97. time zones all over the world! Now, that`s a gadget to die for...
  98.  
  99. Remember your intution style guide! Be bold!
  100.  
  101. And if anyone would like any help on their userr interface (or even want
  102. it writing) please contact me, I would love to contribute!
  103.  
  104. UWP
  105. (NB: I am _not_ trying to get at anyone! :)
  106. From donews!crash!emh.kadena.af.mil!mckinnej Mon, 28 Feb 94 05:42:27 PST
  107. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  108.       id <1xr9@bkhouse.cts.com>; Mon, 28 Feb 94 05:42:27 PST
  109. Received: from crash by donews.cts.com with uucp
  110.     (Smail3.1.28.1 #18) id m0pb7eL-0002SMC; Mon, 28 Feb 94 05:04 PST
  111. Received: from emh.kadena.af.mil by crash.cts.com with smtp
  112.     (Smail3.1.28.1 #18) id m0pb7VX-0000GHC; Mon, 28 Feb 94 04:55 PST
  113. Received: by emh.kadena.af.mil (5.60 pl1/25-eef)
  114.     id AA19551; Mon, 28 Feb 94 21:44:14 JST
  115. Message-Id: <9402282144.AA19551@emh.kadena.af.mil>
  116. Date: Mon, 28 Feb 1994 21:44:10 +0000 (JST)
  117. Content-Type: text
  118. Content-Length: 264
  119. From: James Mckinney <mckinnej@emh.kadena.af.mil>
  120. To: amigae@bkhouse.cts.com (AmigaE List)
  121. Subject: Allocating Chip RAM
  122.  
  123. Have any of tried to build your own "busy" pointers?  If so, how did 
  124. you do it?  I see in the RKM that the data for the pointer must be in
  125. chip RAM.  Did you have to use AllocMem() to get the chip RAM or is 
  126. there another trick to use.  Thanks.
  127.  
  128. Later,
  129.  
  130.      Jim
  131. From donews!crash!westminster.ac.uk!vaald Mon, 28 Feb 94 05:42:36 PST
  132. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  133.       id <1xre@bkhouse.cts.com>; Mon, 28 Feb 94 05:42:36 PST
  134. Received: from crash by donews.cts.com with uucp
  135.     (Smail3.1.28.1 #18) id m0pb83J-0001pyC; Mon, 28 Feb 94 05:30 PST
  136. Received: from sun2.nsfnet-relay.ac.uk by crash.cts.com with smtp
  137.     (Smail3.1.28.1 #18) id m0pb7gw-0000ouC; Mon, 28 Feb 94 05:07 PST
  138. Received: (user vaald (rfc1413)) by badger.westminster.ac.uk;
  139.           Mon, 28 Feb 1994 13:01:21 GMT
  140. Via: uk.ac.westminster; Mon, 28 Feb 1994 12:58:09 +0000
  141. Date: Mon, 28 Feb 1994 13:01:21 GMT
  142. Message-Id: <11711.199402281301@newbadger.westminster.ac.uk>
  143. From: vaald@westminster.ac.uk
  144. To: AmigaE@bkhouse.cts.com
  145. Subject: Re: More questons about Gadtools.
  146.  
  147. No-one is flaming anyone for using asterisks. :)
  148.  
  149. I might have got a little wound up, granted. When you work with a bunch
  150. of computer geeks all day on macs, and when they mean to say `I need access
  151. to a computer` they say `I need to do some type on an applemac (one word)`
  152. and the amiga is constantly discounted by your ignoramus tutor because
  153. `it isn`t standard` you too would want a little consistency for your
  154. favourite (and heavily-invested in) machine.
  155.  
  156. Making _another_ font is _NOT_ a solution. Fonts are fonts, not symbols.
  157.  
  158. If it`s any use, should I try writing a bunch of PROCs that create
  159. standard style gadgets and do some basic user-interface style events?
  160. (and no, I`m not having a guilt trip... :)
  161.  
  162. UWP
  163. From donews!crash!access.digex.net!gladiatr Mon, 28 Feb 94 05:42:44 PST
  164. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  165.       id <1xrj@bkhouse.cts.com>; Mon, 28 Feb 94 05:42:44 PST
  166. Received: from crash by donews.cts.com with uucp
  167.     (Smail3.1.28.1 #18) id m0pb83J-0001vdC; Mon, 28 Feb 94 05:30 PST
  168. Received: from access3.digex.net by crash.cts.com with smtp
  169.     (Smail3.1.28.1 #18) id m0pb7g4-0000NUC; Mon, 28 Feb 94 05:06 PST
  170. Received: by access3.digex.net id AA17159
  171.   (5.67a8/IDA-1.5 for AmigaE@bkhouse.cts.com); Mon, 28 Feb 1994 08:06:22 -0500
  172. Message-Id: <199402281306.AA17159@access3.digex.net>
  173. Date: Mon, 28 Feb 1994 08:06:22 -0500 (EST)
  174. In-Reply-To: <18780.9402281013@kiki> from "A.J." Kennedy" at Feb 28, 94 10:13:09 am
  175. X-Mailer: ELM [version 2.4 PL23]
  176. Mime-Version: 1.0
  177. Content-Type: text/plain; charset=US-ASCII
  178. Content-Transfer-Encoding: 7bit
  179. Content-Length: 214
  180. From: Donald Holman <gladiatr@access.digex.net>
  181. To: AmigaE@bkhouse.cts.com
  182. Subject: Re: Vector.Library
  183.  
  184. > I haven't used the library myself, but I've done plenty of 3d stuff in
  185. > 68000... I can post my routines if anyone is interested...
  186. > >Alex
  187.  
  188.   Would love to see those routines, Alex.  Thanks.
  189.  
  190.     -Donald